home *** CD-ROM | disk | FTP | other *** search
/ The National Palace Museum Experience / The National Palace Museum Experience.iso / Programs / Panorama.dxr / 00071.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  282 b   |  10 lines

  1. on exitFrame
  2.   global nodeplan, compassline1, compassline2, vrpict
  3.   setreturnframe()
  4.   plananimation()
  5.   set the visible of sprite nodeplan to 1
  6.   set the visible of sprite compassline1 to 1
  7.   set the visible of sprite compassline2 to 1
  8.   set the visible of sprite vrpict to 1
  9. end
  10.